home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1999-03-22  |  2KB  |  123 lines

  1. object AboutBox: TAboutBox
  2.   Left = 299
  3.   Top = 232
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 181
  7.   ClientWidth = 255
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   OnDeactivate = FormDeactivate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object LogoImage: TImage
  22.     Left = 4
  23.     Top = 8
  24.     Width = 32
  25.     Height = 32
  26.     AutoSize = True
  27.     OnClick = LogoImageClick
  28.   end
  29.   object Version: TLabel
  30.     Left = 4
  31.     Top = 76
  32.     Width = 35
  33.     Height = 13
  34.     Caption = 'Version'
  35.     Color = clBtnFace
  36.     ParentColor = False
  37.     IsControl = True
  38.   end
  39.   object Lang: TLabel
  40.     Left = 4
  41.     Top = 93
  42.     Width = 48
  43.     Height = 13
  44.     Caption = 'Language'
  45.     Color = clBtnFace
  46.     ParentColor = False
  47.     IsControl = True
  48.   end
  49.   object Comments: TLabel
  50.     Left = 4
  51.     Top = 111
  52.     Width = 126
  53.     Height = 13
  54.     Caption = 'Full-Duplex/LHS Encoding'
  55.     Color = clBtnFace
  56.     ParentColor = False
  57.     IsControl = True
  58.   end
  59.   object Host: TLabel
  60.     Left = 4
  61.     Top = 128
  62.     Width = 22
  63.     Height = 13
  64.     Caption = 'Host'
  65.     Color = clBtnFace
  66.     ParentColor = False
  67.     IsControl = True
  68.   end
  69.   object CopyRight: TLabel
  70.     Left = 4
  71.     Top = 44
  72.     Width = 52
  73.     Height = 13
  74.     Caption = 'CopyRight:'
  75.     Color = clBtnFace
  76.     ParentColor = False
  77.     IsControl = True
  78.   end
  79.   object LogoName: TLabel
  80.     Left = 44
  81.     Top = 8
  82.     Width = 54
  83.     Height = 13
  84.     Caption = 'Net2Phone'
  85.     Color = clBtnFace
  86.     ParentColor = False
  87.     IsControl = True
  88.   end
  89.   object IDT: TLabel
  90.     Left = 68
  91.     Top = 44
  92.     Width = 177
  93.     Height = 13
  94.     Caption = '1998 IDT, Inc. Hackensack, NJ USA'
  95.     Color = clBtnFace
  96.     ParentColor = False
  97.     IsControl = True
  98.   end
  99.   object OKButton: TButton
  100.     Left = 79
  101.     Top = 151
  102.     Width = 75
  103.     Height = 23
  104.     Caption = 'OK'
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clBtnText
  107.     Font.Height = -11
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = []
  110.     ParentFont = False
  111.     TabOrder = 0
  112.     OnClick = OKButtonClick
  113.   end
  114.   object Panel1: TPanel
  115.     Left = 4
  116.     Top = 64
  117.     Width = 245
  118.     Height = 2
  119.     BevelOuter = bvLowered
  120.     TabOrder = 1
  121.   end
  122. end
  123.